StartDownloadCallback

The callback that is invoked when the browser is about to start downloading the file.

The Params contain all information about the file which is about to be downloaded.

Use the download method to download this file into the particular directory.

Use the cancel method to suppress file download.

Since

7.8

Inheritors

Types

Link copied to clipboard
An action providing a response to the StartDownloadCallback.
Link copied to clipboard
interface Params
The parameters of the StartDownloadCallback.

Functions

Link copied to clipboard
abstract fun on(params: P, tell: R)
Invoked when the callback needs a response for the given callback parameters.